/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */  
*{ margin:0;padding:0;}  
  
/* 修正IE5.x和IE6的斜体溢出bug */  
* html body{ overflow:visible;}  
* html iframe, * html frame{ overflow:auto;}  
* html frameset{ overflow:hidden;}  
  
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */  
body{ color:#000;  background: url(bg.jpg); font:12px/22px  "Open Sans", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, sans-serif; text-align:center;}  
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}  
input,select{ font-size:12px; vertical-align:middle;}  
  
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */  
body div{ text-align:left;}  
  
/* 标签属性，textarea,input 强制输入时内容超出时换行 */  
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}  
  
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */  
li{ list-style-type:none;}  
  
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */  
img{ border:0 none;}  
  
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */  
a:link, a:visited{ color:#04C; text-decoration:none;}  
a:hover{ color:#F60; text-decoration:underline;}  
  
/* 去掉链接的虚线框 */  
a { outline:none; star:expression(this.onFocus=this.blur());}  
  
/* 定义H系列标签，覆盖H系列标签默认属性 */  
h1{ font-size:24px;}  
h2{ font-size:20px;}  
h3{ font-size:18px;}  
h4{ font-size:16px;}  
h5{ font-size:14px;}  
h6{ font-size:12px;}  


/* ==翻页样式== */
.pagesinfo {color:#555555;font-size:12px;}
.pagesnow {color:#D07E36;font-size:14px;text-decoration: none}
.pages {color:#777777;font-size:14px;text-decoration: none}

.top{
	border-top: 5px solid #2328aa;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
}

.top .top_menu{
	width: 1400px;
	margin: 0px auto;
	height: 90px;
	line-height: 90px;
}

.top .top_menu a.logo{
	width: 400px;
	height: 90px;
	background: url(logo.png) no-repeat center;
	float: left
}

.top .top_menu .dh{
	width: 797px;
	height: 90px;
	float: right
}

.top .top_menu .dh a.menu{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	float: left;
	width: 125px;
	text-align: center;
}

.welcome{
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0px auto;
	border-top: 1px solid #d3d3d3;
}

.w1400{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
}

.welcome .w1400{
	color: #999999;
	text-indent: 55px;
}


.dh .dropmenudiv_b{
	display: none;
}

.lb{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	height:580px;
}

.box1{
	width: 1400px;
	text-align: center;
	margin: 70px auto;
}

.box1 h1{
	font-size: 30px;
	line-height: 40px;
	display: block;
	margin: 10px auto;
}

.box1 a.more{
	font-size: 14px;
	display: inline-block;
	color: #333;
}

.cp_tj{
	margin: 70px auto 0px auto;
	height: 500px;
	width: 100%;
	text-align: center;
}

.cp_tj .cpbox{
	width: 325px;
	height: 490px;
	display: block;
	float: left;
	background-color: #f7f7f7;
	margin-left: 25px;
	border: 1px solid #f7f7f7;
	text-align: center;
	transition: all 0.3s;
}

.cp_tj .cpbox:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	border: 1px solid #d1d1d1;
	background-color: #fff
}


.cp_tj  .cp_img{
	display: block;
	float: left;
	width: 100%;
	height: 230px;
}

.cp_tj font{
	display: block;
	width: 245px;
	margin: 0px auto;
	overflow: hidden;
	font-size: 14px;
	color: #333
}

.cp_tj font h2{
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cp_tj font a{
	display: inline-block;
	width: 130px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border:1px solid #000;
	border-radius: 50px;
	color: #000;
	margin-top: 30px;
	transition: all 0.2s;
}

.cp_tj font a:hover{
	background-color: #1428a0;
	color: #fff;
	border: 1px solid #1428a0
}

.box2{
	margin: 0px auto;
	color: #fff;
	position: relative;
	width: 1400px;
	text-align: center;
	overflow: hidden;
}


.box2 .swiper-container{
	height: 580px;
}

.box2 .left{
	width: 492px;
	padding: 0px 103px;
	float: left;
	height: 580px;
	font-size: 16px;
	line-height: 26px;
	background-color: #1428a0;
	
}

.box2 .left h1{
	font-size:44px;
	line-height: 50px;
	font-weight: normal;
	display: block;
	color: #ccc;
	margin-top: 120px;
}

.box2 .left h2{
	font-size: 40px;
	margin-top: 10px;
	line-height: 40px;
	display: block;
	margin-bottom: 35px;
}

.box2 .left a{
	display: inline-block;
    width: 130px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    margin-top: 40px;
    transition: all 0.2s;
}

.box2 .right{
	width:700px;
	float: left;
}

.box2 .pagination {
	width:100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 30px;
}

.box2 .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d3d3d3;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.box2 .swiper-active-switch {
  background: #242996;
}

.box3{
	width: 1400px;
	margin: 80px auto 50px auto;
	text-align: center;
	overflow: hidden;
	color: #333
}

.box3 h1{
	line-height: 30px;
	height: 30px;
	margin: 0px auto;
	display: block;
	font-size: 30px;
}

.box3 h3{
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
}

.box3 div {
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}

.box3 div a{
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	margin: 50px 70px;
}

.box3 div a i{
	font-size: 60px;
	line-height: 80px;
	display: block;
	text-align: center;
	color: #000;
}

.box3 div a strong{
	height: 30px;
	line-height: 30px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000
}

.db{
	width: 1400px;
	margin: 0px auto;
	position: relative;
	min-height: 315px;
	background-color: #f7f7f7;
	border-top: 1px solid #d0d0d0;
}

.db a.backtop{
	display: block;
	position: absolute;
	width: 70px;
	color: #333;
	text-align: center;
	font-size: 14px;
	right: 10px;
	top: 20px;
}


.db .left{
	float: left;
	margin-top: 60px;
	margin-left: 100px;
	width: 730px;
	overflow: hidden;
}

.db .left h3{
	font-size: 16px;
	display: block;
	width: 240px;
	float: left;
	margin-bottom:10px;
}

.db .dropmenudiv_b{
	width: 240px;
	float: left;
}

.db .dropmenudiv_b a{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	color: #333;
}

.db .right{
	float: left;
	margin-top: 60px;
}

.db .right .bdsharebuttonbox a{
	background-position:-100px -100px;
	border-radius: 200px;
	width: 46px;
	height: 46px;
	padding: 0px;
	text-align: center;
	line-height: 46px;
	background-color: #363636;
	display: block;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	font-size: 22px;
	color: #fff;
	margin-top: -5px;
}
.ewm{
	width:106px;
	height:125px;
	background:url(erweima.jpg) no-repeat;
	margin-top:10px;}

.dbcopy{
	width: 100%;
	padding: 20px 0px;
	background-color: #363636;
	float: left;
	text-align: center;
	color: #999;
	margin-top: 50px;
}

.dbcopy a{
	color: #999
}

.banner{
	width: 100%;
	max-width: 1920px;
	height: 300px;
	background:url(huawei.jpg);
	overflow: hidden;
	margin: 0px auto;
}

.banner .page_menu{
	width: 1400px;
	margin: 0px auto;
	height: 95px;
	background-color: #2328aa;
	margin-top: 205px;
	color: #fff;
}

.banner .page_menu h2{
	line-height: 95px;
	height: 95px;
	float: left;
	display: block;
	padding-left: 50px;
	font-size: 30px;
}

.banner .page_menu .page_menu_list{
	float: right;
	height: 95px;
	line-height: 95px;
	padding-right: 30px;
}

.banner .page_menu .page_menu_list a{
	display: block;
	padding: 0px 35px;
	line-height: 95px;
	font-weight: bold;
	height: 95px;
	color: #fff;
	float: left;
	font-size: 18px;
}
.bannerK{
	width: 100%;
	max-width: 1920px;
	height: 300px;
	background:url(lianxi1.jpg);
	overflow: hidden;
	margin: 0px auto;
}

.bannerK .page_menu{
	width: 1400px;
	margin: 0px auto;
	height: 95px;
	background-color: #2328aa;
	margin-top: 205px;
	color: #fff;
}

.bannerK .page_menu h2{
	line-height: 95px;
	height: 95px;
	float: left;
	display: block;
	padding-left: 50px;
	font-size: 30px;
}

.bannerK .page_menu .page_menu_list{
	float: right;
	height: 95px;
	line-height: 95px;
	padding-right: 30px;
}

.bannerK .page_menu .page_menu_list a{
	display: block;
	padding: 0px 35px;
	line-height: 95px;
	font-weight: bold;
	height: 95px;
	color: #fff;
	float: left;
	font-size: 18px;
}
.banner1{
	width: 100%;
	max-width: 1920px;
	height: 300px;
	background: url(chanpin.jpg);
	overflow: hidden;
	margin: 0px auto;
}
.banner1 .page_menu{
	width: 1400px;
	margin: 0px auto;
	height: 95px;
	background-color: #2328aa;
	margin-top: 205px;
	color: #fff;
}

.banner1 .page_menu h2{
	line-height: 95px;
	height: 95px;
	float: left;
	display: block;
	padding-left: 50px;
	font-size: 30px;
}
.banner1 .page_menu h2 a{
	color:#FFF;}

.banner1 .page_menu .page_menu_list{
	float: right;
	height: 95px;
	line-height: 95px;
	padding-right: 30px;
}

.banner1 .page_menu .page_menu_list a{
	display: block;
	padding: 0px 35px;
	line-height: 95px;
	font-weight: bold;
	height: 95px;
	color: #fff;
	float: left;
	font-size: 18px;
}
.banner2{
	width: 100%;
	max-width: 1920px;
	height: 300px;
	background: url(xinwen.jpg);
	overflow: hidden;
	margin: 0px auto;
}
.banner2 .page_menu{
	width: 1400px;
	margin: 0px auto;
	height: 95px;
	background-color: #2328aa;
	margin-top: 205px;
	color: #fff;
}

.banner2 .page_menu h2{
	line-height: 95px;
	height: 95px;
	float: left;
	display: block;
	padding-left: 50px;
	font-size: 30px;
}
.banner2 .page_menu h2 a{
	color:#FFF;}

.banner2 .page_menu .page_menu_list{
	float: right;
	height: 95px;
	line-height: 95px;
	padding-right: 30px;
}

.banner2 .page_menu .page_menu_list a{
	display: block;
	padding: 0px 35px;
	line-height: 95px;
	font-weight: bold;
	height: 95px;
	color: #fff;
	float: left;
	font-size: 18px;
}
.banner3{
	width: 100%;
	max-width: 1920px;
	height: 300px;
	background: url(fangan.jpg);
	overflow: hidden;
	margin: 0px auto;
}
.banner3 .page_menu{
	width: 1400px;
	margin: 0px auto;
	height: 95px;
	background-color: #2328aa;
	margin-top: 205px;
	color: #fff;
}

.banner3 .page_menu h2{
	line-height: 95px;
	height: 95px;
	float: left;
	display: block;
	padding-left: 50px;
	font-size: 30px;
}
.banner3 .page_menu h2 a{
	color:#FFF;}

.banner3 .page_menu .page_menu_list{
	float: right;
	height: 95px;
	line-height: 95px;
	padding-right: 30px;
}

.banner3 .page_menu .page_menu_list a{
	display: block;
	padding: 0px 25px;
	line-height: 95px;
	font-weight: bold;
	height: 95px;
	color: #fff;
	float: left;
	font-size: 18px;
}
.page{
	width: 1400px;
	margin: 40px auto 50px auto;
	overflow: hidden;
}

.page .left{
	float: left;
	width: 900px;
	padding: 20px 50px;
}

.page .left .page_title{
	display: block;
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	height: 30px;
}

.page .left .page_con{
	width: 100%;
	float: left;
	overflow: hidden;
	line-height: 170%;
	font-size: 16px;
	color: #333333
}

.page .right{
	width: 280px;
	float: left;
	overflow: hidden;
	margin-left: 40px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 50px;
}

.page .right h3{
	font-size: 22px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}

.page .right h3 span{
	font-weight: normal;
	font-size: 18px;
	color: #838383;
	line-height: 20px;
}


.page .right .our_service{
	width: 100%;
	padding: 20px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

.page .right .our_service a{
	display: block;
	color: #3399ff;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	background: url(jt.png) no-repeat left center
}

.page .right a.conta{
	display: block;
	width: 120px;
	height: 35px;
	border-radius: 2px;
	line-height: 35px;
	background-color: #eeaf00;
	color: #fff;
	text-align: center;
}

.news_search{

	width:100%;

	margin-bottom:45px;

	height:50px;

	padding-top:20px;

	float:left;

	background:#f6f6f6;

	}



.news_search input.input{

	height:30px;

	width:400px;

	background-color:#fff;

	float:left;

	margin-left:20px;

	text-indent:10px;

	border:none;

	transition:width 0.3s;

	}



.news_search input.input:focus{

	width:600px;

	}





.news_search input.button{

	height:30px;

	width:60px;

	background-image:url(search.png);

	background-repeat:no-repeat;

	background-position:center;

	background-color:#0099ff;

	float:left;

	margin-left:10px;

	border:none;

	}


.newsquery{

	width:100%;

	float:left;

	overflow:hidden;

	border-bottom:1px dashed #ccc;

	padding-bottom:40px;

	margin-bottom:40px;

	}



.newsquery a.newsimg{

	display:block;

	float:left;

	width:185px;

	overflow:hidden;

	margin-right:30px;

	}



.newsquery a.newsimg img{

	width:100%;

	margin:0px;

	}



.newsquery .news_right{

	float:right;

	width:680px;

	}



.newsquery .news_right span{

	display:inline-block;

	height:20px;

	line-height:20px;

	color:#999;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	}



.newsquery .news_right h1{

	color:#000;

	font-size:20px;

	width:100%;

	line-height: 30px;

	overflow:hidden;

	display:inline-block;

	margin-bottom:10px;

	}



.newsquery .news_right font{

	overflow:hidden;

	display:inline-block;

	line-height:24px;

	color:#999;

	font-size:14px;

	}



.newsquery .news_right a{

	display:inline-block;

	color:#18448e;

	font-size:14px;

	font-weight:bold;

	margin-top:10px;

	}

.cpquerylist{

	width: 280px;

	float: left;

	overflow: hidden;

	margin-right: 20px;

	margin-bottom: 30px;

	transition: all 0.2s;

}



.cpquerylist a.imglink{

	display: block;

	width: 278px;

	height: 200px;

	overflow: hidden;

	border: 1px solid #ccc;

	transition: all 0.3s;

	text-align: center;

}



.cpquerylist a.imglink img{

	height: 90%;

	margin: 0px auto;

	margin-top:10px;

}



.cpquerylist h3{

	height: 50px;

	line-height: 50px;

	display: block;

	width: 278px;

	border: 1px solid #ccc;

	border-top: 0px;

	color: #fff;

	font-size: 16px;

	background-color:#18448e;

	transition: all 0.3s;

}



 .cpquerylist h3 i{

	margin-left: 10px;

	margin-right: 10px;

	color: #18448e;

	transition: all 0.3s;

}



.cpquerylist:hover{

	box-shadow: 0px 0px 30px rgba(0,0,0,0.1)

}



.cpquerylist:hover h3 {

	background-color:#18448e;

	color: #fff

}



.cpquerylist:hover h3 i{

	color: #fff;

	margin-left: 30px;

}
 .news_title {
    width: 100%;
    float: left;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	font-weight: bold;
}
.news_pro{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	float: left;
	margin-bottom: 20px;
}
.newscon{
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	color: #666
}
.newscon img{
	border: 5px solid #fff;
	box-shadow: 0px 0px 1px #ccc;
	margin: 20px 0px;
	max-width: 100%;
}
.newscon table{
	width: 800px;
	margin: 30px auto;
	line-height: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.newscon table td{
	text-align: center;
	min-height: 30px;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.banner .page_menu h2 a{
	color:#FFF;}
.page_title .nav{
	color:#000;}	
	
.cp_title {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    float: left;
    margin-bottom: 20px;
}
.dwquery .cp_img {
    width: 898px;
    height: 500px;
    text-align: center;
    border: 1px solid #ccc;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    padding: 20px 0px;
}
.cp_intro	{
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	color: #666}




.ypt{
	width:156px;
	height:110px;
	background:url(yupingtai.jpg) no-repeat;
	margin-top:30px;}











